Termination w.r.t. Q of the following Term Rewriting System could be proven:

Q restricted rewrite system:
The TRS R consists of the following rules:

le2(0, y) -> true
le2(s1(x), 0) -> false
le2(s1(x), s1(y)) -> le2(x, y)
minus2(0, y) -> 0
minus2(s1(x), y) -> if_minus3(le2(s1(x), y), s1(x), y)
if_minus3(true, s1(x), y) -> 0
if_minus3(false, s1(x), y) -> s1(minus2(x, y))
mod2(0, y) -> 0
mod2(s1(x), 0) -> 0
mod2(s1(x), s1(y)) -> if_mod3(le2(y, x), s1(x), s1(y))
if_mod3(true, s1(x), s1(y)) -> mod2(minus2(x, y), s1(y))
if_mod3(false, s1(x), s1(y)) -> s1(x)

Q is empty.


QTRS
  ↳ Non-Overlap Check

Q restricted rewrite system:
The TRS R consists of the following rules:

le2(0, y) -> true
le2(s1(x), 0) -> false
le2(s1(x), s1(y)) -> le2(x, y)
minus2(0, y) -> 0
minus2(s1(x), y) -> if_minus3(le2(s1(x), y), s1(x), y)
if_minus3(true, s1(x), y) -> 0
if_minus3(false, s1(x), y) -> s1(minus2(x, y))
mod2(0, y) -> 0
mod2(s1(x), 0) -> 0
mod2(s1(x), s1(y)) -> if_mod3(le2(y, x), s1(x), s1(y))
if_mod3(true, s1(x), s1(y)) -> mod2(minus2(x, y), s1(y))
if_mod3(false, s1(x), s1(y)) -> s1(x)

Q is empty.

The TRS is non-overlapping. Hence, we can switch to innermost.

↳ QTRS
  ↳ Non-Overlap Check
QTRS
      ↳ DependencyPairsProof

Q restricted rewrite system:
The TRS R consists of the following rules:

le2(0, y) -> true
le2(s1(x), 0) -> false
le2(s1(x), s1(y)) -> le2(x, y)
minus2(0, y) -> 0
minus2(s1(x), y) -> if_minus3(le2(s1(x), y), s1(x), y)
if_minus3(true, s1(x), y) -> 0
if_minus3(false, s1(x), y) -> s1(minus2(x, y))
mod2(0, y) -> 0
mod2(s1(x), 0) -> 0
mod2(s1(x), s1(y)) -> if_mod3(le2(y, x), s1(x), s1(y))
if_mod3(true, s1(x), s1(y)) -> mod2(minus2(x, y), s1(y))
if_mod3(false, s1(x), s1(y)) -> s1(x)

The set Q consists of the following terms:

le2(0, x0)
le2(s1(x0), 0)
le2(s1(x0), s1(x1))
minus2(0, x0)
minus2(s1(x0), x1)
if_minus3(true, s1(x0), x1)
if_minus3(false, s1(x0), x1)
mod2(0, x0)
mod2(s1(x0), 0)
mod2(s1(x0), s1(x1))
if_mod3(true, s1(x0), s1(x1))
if_mod3(false, s1(x0), s1(x1))


Using Dependency Pairs [1,13] we result in the following initial DP problem:
Q DP problem:
The TRS P consists of the following rules:

MINUS2(s1(x), y) -> IF_MINUS3(le2(s1(x), y), s1(x), y)
MINUS2(s1(x), y) -> LE2(s1(x), y)
LE2(s1(x), s1(y)) -> LE2(x, y)
IF_MOD3(true, s1(x), s1(y)) -> MINUS2(x, y)
MOD2(s1(x), s1(y)) -> IF_MOD3(le2(y, x), s1(x), s1(y))
IF_MINUS3(false, s1(x), y) -> MINUS2(x, y)
IF_MOD3(true, s1(x), s1(y)) -> MOD2(minus2(x, y), s1(y))
MOD2(s1(x), s1(y)) -> LE2(y, x)

The TRS R consists of the following rules:

le2(0, y) -> true
le2(s1(x), 0) -> false
le2(s1(x), s1(y)) -> le2(x, y)
minus2(0, y) -> 0
minus2(s1(x), y) -> if_minus3(le2(s1(x), y), s1(x), y)
if_minus3(true, s1(x), y) -> 0
if_minus3(false, s1(x), y) -> s1(minus2(x, y))
mod2(0, y) -> 0
mod2(s1(x), 0) -> 0
mod2(s1(x), s1(y)) -> if_mod3(le2(y, x), s1(x), s1(y))
if_mod3(true, s1(x), s1(y)) -> mod2(minus2(x, y), s1(y))
if_mod3(false, s1(x), s1(y)) -> s1(x)

The set Q consists of the following terms:

le2(0, x0)
le2(s1(x0), 0)
le2(s1(x0), s1(x1))
minus2(0, x0)
minus2(s1(x0), x1)
if_minus3(true, s1(x0), x1)
if_minus3(false, s1(x0), x1)
mod2(0, x0)
mod2(s1(x0), 0)
mod2(s1(x0), s1(x1))
if_mod3(true, s1(x0), s1(x1))
if_mod3(false, s1(x0), s1(x1))

We have to consider all minimal (P,Q,R)-chains.

↳ QTRS
  ↳ Non-Overlap Check
    ↳ QTRS
      ↳ DependencyPairsProof
QDP
          ↳ DependencyGraphProof

Q DP problem:
The TRS P consists of the following rules:

MINUS2(s1(x), y) -> IF_MINUS3(le2(s1(x), y), s1(x), y)
MINUS2(s1(x), y) -> LE2(s1(x), y)
LE2(s1(x), s1(y)) -> LE2(x, y)
IF_MOD3(true, s1(x), s1(y)) -> MINUS2(x, y)
MOD2(s1(x), s1(y)) -> IF_MOD3(le2(y, x), s1(x), s1(y))
IF_MINUS3(false, s1(x), y) -> MINUS2(x, y)
IF_MOD3(true, s1(x), s1(y)) -> MOD2(minus2(x, y), s1(y))
MOD2(s1(x), s1(y)) -> LE2(y, x)

The TRS R consists of the following rules:

le2(0, y) -> true
le2(s1(x), 0) -> false
le2(s1(x), s1(y)) -> le2(x, y)
minus2(0, y) -> 0
minus2(s1(x), y) -> if_minus3(le2(s1(x), y), s1(x), y)
if_minus3(true, s1(x), y) -> 0
if_minus3(false, s1(x), y) -> s1(minus2(x, y))
mod2(0, y) -> 0
mod2(s1(x), 0) -> 0
mod2(s1(x), s1(y)) -> if_mod3(le2(y, x), s1(x), s1(y))
if_mod3(true, s1(x), s1(y)) -> mod2(minus2(x, y), s1(y))
if_mod3(false, s1(x), s1(y)) -> s1(x)

The set Q consists of the following terms:

le2(0, x0)
le2(s1(x0), 0)
le2(s1(x0), s1(x1))
minus2(0, x0)
minus2(s1(x0), x1)
if_minus3(true, s1(x0), x1)
if_minus3(false, s1(x0), x1)
mod2(0, x0)
mod2(s1(x0), 0)
mod2(s1(x0), s1(x1))
if_mod3(true, s1(x0), s1(x1))
if_mod3(false, s1(x0), s1(x1))

We have to consider all minimal (P,Q,R)-chains.
The approximation of the Dependency Graph [13,14,18] contains 3 SCCs with 3 less nodes.

↳ QTRS
  ↳ Non-Overlap Check
    ↳ QTRS
      ↳ DependencyPairsProof
        ↳ QDP
          ↳ DependencyGraphProof
            ↳ AND
QDP
                ↳ QDPOrderProof
              ↳ QDP
              ↳ QDP

Q DP problem:
The TRS P consists of the following rules:

LE2(s1(x), s1(y)) -> LE2(x, y)

The TRS R consists of the following rules:

le2(0, y) -> true
le2(s1(x), 0) -> false
le2(s1(x), s1(y)) -> le2(x, y)
minus2(0, y) -> 0
minus2(s1(x), y) -> if_minus3(le2(s1(x), y), s1(x), y)
if_minus3(true, s1(x), y) -> 0
if_minus3(false, s1(x), y) -> s1(minus2(x, y))
mod2(0, y) -> 0
mod2(s1(x), 0) -> 0
mod2(s1(x), s1(y)) -> if_mod3(le2(y, x), s1(x), s1(y))
if_mod3(true, s1(x), s1(y)) -> mod2(minus2(x, y), s1(y))
if_mod3(false, s1(x), s1(y)) -> s1(x)

The set Q consists of the following terms:

le2(0, x0)
le2(s1(x0), 0)
le2(s1(x0), s1(x1))
minus2(0, x0)
minus2(s1(x0), x1)
if_minus3(true, s1(x0), x1)
if_minus3(false, s1(x0), x1)
mod2(0, x0)
mod2(s1(x0), 0)
mod2(s1(x0), s1(x1))
if_mod3(true, s1(x0), s1(x1))
if_mod3(false, s1(x0), s1(x1))

We have to consider all minimal (P,Q,R)-chains.
We use the reduction pair processor [13].


The following pairs can be strictly oriented and are deleted.


LE2(s1(x), s1(y)) -> LE2(x, y)
The remaining pairs can at least by weakly be oriented.
none
Used ordering: Combined order from the following AFS and order.
LE2(x1, x2)  =  x2
s1(x1)  =  s1(x1)

Lexicographic Path Order [19].
Precedence:
trivial

The following usable rules [14] were oriented: none



↳ QTRS
  ↳ Non-Overlap Check
    ↳ QTRS
      ↳ DependencyPairsProof
        ↳ QDP
          ↳ DependencyGraphProof
            ↳ AND
              ↳ QDP
                ↳ QDPOrderProof
QDP
                    ↳ PisEmptyProof
              ↳ QDP
              ↳ QDP

Q DP problem:
P is empty.
The TRS R consists of the following rules:

le2(0, y) -> true
le2(s1(x), 0) -> false
le2(s1(x), s1(y)) -> le2(x, y)
minus2(0, y) -> 0
minus2(s1(x), y) -> if_minus3(le2(s1(x), y), s1(x), y)
if_minus3(true, s1(x), y) -> 0
if_minus3(false, s1(x), y) -> s1(minus2(x, y))
mod2(0, y) -> 0
mod2(s1(x), 0) -> 0
mod2(s1(x), s1(y)) -> if_mod3(le2(y, x), s1(x), s1(y))
if_mod3(true, s1(x), s1(y)) -> mod2(minus2(x, y), s1(y))
if_mod3(false, s1(x), s1(y)) -> s1(x)

The set Q consists of the following terms:

le2(0, x0)
le2(s1(x0), 0)
le2(s1(x0), s1(x1))
minus2(0, x0)
minus2(s1(x0), x1)
if_minus3(true, s1(x0), x1)
if_minus3(false, s1(x0), x1)
mod2(0, x0)
mod2(s1(x0), 0)
mod2(s1(x0), s1(x1))
if_mod3(true, s1(x0), s1(x1))
if_mod3(false, s1(x0), s1(x1))

We have to consider all minimal (P,Q,R)-chains.
The TRS P is empty. Hence, there is no (P,Q,R) chain.

↳ QTRS
  ↳ Non-Overlap Check
    ↳ QTRS
      ↳ DependencyPairsProof
        ↳ QDP
          ↳ DependencyGraphProof
            ↳ AND
              ↳ QDP
QDP
                ↳ QDPOrderProof
              ↳ QDP

Q DP problem:
The TRS P consists of the following rules:

MINUS2(s1(x), y) -> IF_MINUS3(le2(s1(x), y), s1(x), y)
IF_MINUS3(false, s1(x), y) -> MINUS2(x, y)

The TRS R consists of the following rules:

le2(0, y) -> true
le2(s1(x), 0) -> false
le2(s1(x), s1(y)) -> le2(x, y)
minus2(0, y) -> 0
minus2(s1(x), y) -> if_minus3(le2(s1(x), y), s1(x), y)
if_minus3(true, s1(x), y) -> 0
if_minus3(false, s1(x), y) -> s1(minus2(x, y))
mod2(0, y) -> 0
mod2(s1(x), 0) -> 0
mod2(s1(x), s1(y)) -> if_mod3(le2(y, x), s1(x), s1(y))
if_mod3(true, s1(x), s1(y)) -> mod2(minus2(x, y), s1(y))
if_mod3(false, s1(x), s1(y)) -> s1(x)

The set Q consists of the following terms:

le2(0, x0)
le2(s1(x0), 0)
le2(s1(x0), s1(x1))
minus2(0, x0)
minus2(s1(x0), x1)
if_minus3(true, s1(x0), x1)
if_minus3(false, s1(x0), x1)
mod2(0, x0)
mod2(s1(x0), 0)
mod2(s1(x0), s1(x1))
if_mod3(true, s1(x0), s1(x1))
if_mod3(false, s1(x0), s1(x1))

We have to consider all minimal (P,Q,R)-chains.
We use the reduction pair processor [13].


The following pairs can be strictly oriented and are deleted.


IF_MINUS3(false, s1(x), y) -> MINUS2(x, y)
The remaining pairs can at least by weakly be oriented.

MINUS2(s1(x), y) -> IF_MINUS3(le2(s1(x), y), s1(x), y)
Used ordering: Combined order from the following AFS and order.
MINUS2(x1, x2)  =  x1
s1(x1)  =  s1(x1)
IF_MINUS3(x1, x2, x3)  =  x2
le2(x1, x2)  =  le
false  =  false
0  =  0
true  =  true

Lexicographic Path Order [19].
Precedence:
s1 > false
le > true > false
0 > false

The following usable rules [14] were oriented:

le2(s1(x), 0) -> false
le2(s1(x), s1(y)) -> le2(x, y)
le2(0, y) -> true



↳ QTRS
  ↳ Non-Overlap Check
    ↳ QTRS
      ↳ DependencyPairsProof
        ↳ QDP
          ↳ DependencyGraphProof
            ↳ AND
              ↳ QDP
              ↳ QDP
                ↳ QDPOrderProof
QDP
                    ↳ DependencyGraphProof
              ↳ QDP

Q DP problem:
The TRS P consists of the following rules:

MINUS2(s1(x), y) -> IF_MINUS3(le2(s1(x), y), s1(x), y)

The TRS R consists of the following rules:

le2(0, y) -> true
le2(s1(x), 0) -> false
le2(s1(x), s1(y)) -> le2(x, y)
minus2(0, y) -> 0
minus2(s1(x), y) -> if_minus3(le2(s1(x), y), s1(x), y)
if_minus3(true, s1(x), y) -> 0
if_minus3(false, s1(x), y) -> s1(minus2(x, y))
mod2(0, y) -> 0
mod2(s1(x), 0) -> 0
mod2(s1(x), s1(y)) -> if_mod3(le2(y, x), s1(x), s1(y))
if_mod3(true, s1(x), s1(y)) -> mod2(minus2(x, y), s1(y))
if_mod3(false, s1(x), s1(y)) -> s1(x)

The set Q consists of the following terms:

le2(0, x0)
le2(s1(x0), 0)
le2(s1(x0), s1(x1))
minus2(0, x0)
minus2(s1(x0), x1)
if_minus3(true, s1(x0), x1)
if_minus3(false, s1(x0), x1)
mod2(0, x0)
mod2(s1(x0), 0)
mod2(s1(x0), s1(x1))
if_mod3(true, s1(x0), s1(x1))
if_mod3(false, s1(x0), s1(x1))

We have to consider all minimal (P,Q,R)-chains.
The approximation of the Dependency Graph [13,14,18] contains 0 SCCs with 1 less node.

↳ QTRS
  ↳ Non-Overlap Check
    ↳ QTRS
      ↳ DependencyPairsProof
        ↳ QDP
          ↳ DependencyGraphProof
            ↳ AND
              ↳ QDP
              ↳ QDP
QDP
                ↳ QDPOrderProof

Q DP problem:
The TRS P consists of the following rules:

MOD2(s1(x), s1(y)) -> IF_MOD3(le2(y, x), s1(x), s1(y))
IF_MOD3(true, s1(x), s1(y)) -> MOD2(minus2(x, y), s1(y))

The TRS R consists of the following rules:

le2(0, y) -> true
le2(s1(x), 0) -> false
le2(s1(x), s1(y)) -> le2(x, y)
minus2(0, y) -> 0
minus2(s1(x), y) -> if_minus3(le2(s1(x), y), s1(x), y)
if_minus3(true, s1(x), y) -> 0
if_minus3(false, s1(x), y) -> s1(minus2(x, y))
mod2(0, y) -> 0
mod2(s1(x), 0) -> 0
mod2(s1(x), s1(y)) -> if_mod3(le2(y, x), s1(x), s1(y))
if_mod3(true, s1(x), s1(y)) -> mod2(minus2(x, y), s1(y))
if_mod3(false, s1(x), s1(y)) -> s1(x)

The set Q consists of the following terms:

le2(0, x0)
le2(s1(x0), 0)
le2(s1(x0), s1(x1))
minus2(0, x0)
minus2(s1(x0), x1)
if_minus3(true, s1(x0), x1)
if_minus3(false, s1(x0), x1)
mod2(0, x0)
mod2(s1(x0), 0)
mod2(s1(x0), s1(x1))
if_mod3(true, s1(x0), s1(x1))
if_mod3(false, s1(x0), s1(x1))

We have to consider all minimal (P,Q,R)-chains.
We use the reduction pair processor [13].


The following pairs can be strictly oriented and are deleted.


IF_MOD3(true, s1(x), s1(y)) -> MOD2(minus2(x, y), s1(y))
The remaining pairs can at least by weakly be oriented.

MOD2(s1(x), s1(y)) -> IF_MOD3(le2(y, x), s1(x), s1(y))
Used ordering: Combined order from the following AFS and order.
MOD2(x1, x2)  =  x1
s1(x1)  =  s1(x1)
IF_MOD3(x1, x2, x3)  =  x2
le2(x1, x2)  =  le1(x1)
true  =  true
minus2(x1, x2)  =  x1
0  =  0
false  =  false
if_minus3(x1, x2, x3)  =  x2

Lexicographic Path Order [19].
Precedence:
s1 > 0 > true > le1
s1 > false > le1

The following usable rules [14] were oriented:

le2(0, y) -> true
le2(s1(x), 0) -> false
le2(s1(x), s1(y)) -> le2(x, y)
minus2(0, y) -> 0
minus2(s1(x), y) -> if_minus3(le2(s1(x), y), s1(x), y)
if_minus3(true, s1(x), y) -> 0
if_minus3(false, s1(x), y) -> s1(minus2(x, y))



↳ QTRS
  ↳ Non-Overlap Check
    ↳ QTRS
      ↳ DependencyPairsProof
        ↳ QDP
          ↳ DependencyGraphProof
            ↳ AND
              ↳ QDP
              ↳ QDP
              ↳ QDP
                ↳ QDPOrderProof
QDP
                    ↳ DependencyGraphProof

Q DP problem:
The TRS P consists of the following rules:

MOD2(s1(x), s1(y)) -> IF_MOD3(le2(y, x), s1(x), s1(y))

The TRS R consists of the following rules:

le2(0, y) -> true
le2(s1(x), 0) -> false
le2(s1(x), s1(y)) -> le2(x, y)
minus2(0, y) -> 0
minus2(s1(x), y) -> if_minus3(le2(s1(x), y), s1(x), y)
if_minus3(true, s1(x), y) -> 0
if_minus3(false, s1(x), y) -> s1(minus2(x, y))
mod2(0, y) -> 0
mod2(s1(x), 0) -> 0
mod2(s1(x), s1(y)) -> if_mod3(le2(y, x), s1(x), s1(y))
if_mod3(true, s1(x), s1(y)) -> mod2(minus2(x, y), s1(y))
if_mod3(false, s1(x), s1(y)) -> s1(x)

The set Q consists of the following terms:

le2(0, x0)
le2(s1(x0), 0)
le2(s1(x0), s1(x1))
minus2(0, x0)
minus2(s1(x0), x1)
if_minus3(true, s1(x0), x1)
if_minus3(false, s1(x0), x1)
mod2(0, x0)
mod2(s1(x0), 0)
mod2(s1(x0), s1(x1))
if_mod3(true, s1(x0), s1(x1))
if_mod3(false, s1(x0), s1(x1))

We have to consider all minimal (P,Q,R)-chains.
The approximation of the Dependency Graph [13,14,18] contains 0 SCCs with 1 less node.